-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Sentinel-2C #234
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #234 +/- ##
=======================================
Coverage 90.25% 90.25%
=======================================
Files 22 22
Lines 2515 2515
=======================================
Hits 2270 2270
Misses 245 245
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
@adybbroe do you have the possibility to look at this? |
Signed-off-by: Adam.Dybbroe <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Thanks for adding this!
This PR adds support for the Sentinel-2C satellite.
In addition, the library used by the S2 RSR reader is outdated and does not work with XLSX files. So I changed to use pandas and openpyxl.
pytest pyspectral
flake8 pyspectral